Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency normalize-url to v8 #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
normalize-url ^7.0.2 -> ^8.0.0 age adoption passing confidence

Release Notes

sindresorhus/normalize-url (normalize-url)

v8.0.1

Compare Source

  • Fix handling of protocol-less URLs with a port dec5dc6

v8.0.0

Compare Source

Breaking
  • Require Node.js 14 52f2290
  • Ignore URLs with custom protocols and just pass them through (#​178) 882cb84
  • ftp protocol is no longer normalized. It's just passed through.
  • Human-friendly URLs with basic auth is no longer handled as it conflicts with custom protocols
    • Example: user:password@sindresorhus.com
Improvements
  • Make defaultProtocol option accept protocol without colon c7fd781
    • You can still pass in a protocol with colon. However, if you use TypeScript, it enforces it without.

v7.2.0

Compare Source

v7.1.0

Compare Source

v7.0.3

Compare Source

  • Fix encoding consistency with sorted and non-sorted URL parameters (#​158) c42f53b

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 27, 2023
@renovate renovate bot requested a review from JaneJeon May 27, 2023 23:45
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (71df278) 94.44% compared to head (153dbbd) 94.44%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #89   +/-   ##
=======================================
  Coverage   94.44%   94.44%           
=======================================
  Files           6        6           
  Lines         144      144           
  Branches       19       19           
=======================================
  Hits          136      136           
  Misses          8        8           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant